go/ast.KeyValueExpr.Colon (field)
4 uses
go/ast (current package)
ast.go#L425: Colon token.Pos // position of ":"
go/parser
parser.go#L1659: x = &ast.KeyValueExpr{Key: x, Colon: colon, Value: p.parseValue()}
go/printer
nodes.go#L279: p.setPos(pair.Colon)
nodes.go#L832: p.setPos(x.Colon)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)